| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
Redirect to root path when application.yml config is valid
|
| | | |/
| | |/| |
|
| |\ \ \
| | |/ /
| |/| | |
Added the rails 4 binstubs and injected spring
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Added rails 4 binstubs with `rake rails:update:bin`
* Injected spring all of them with `spring binstub --all`
* Added Byebug for easier debugging
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
|
| |\ \
| | | |
| | | | |
Semaphore does not like real git fetching, stub out the call
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
Update changelog
See merge request !123
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Hide edit btn if use does not have permissions
Fixes #159
See merge request !121
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Delete runner endpoint
Fixes #152
See merge request !122
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix buttons color
Fixes #158
See merge request !117
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Button edit job instead of edit project
Fixes #157
See merge request !118
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Rubocop install
Fixes #154
See merge request !120
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Link to runner section instead of repo.
See merge request !116
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reset user session if token is invalid
closes #148
See merge request !115
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
Merge union CHANGELOG
See merge request !42
|
| |/ / |
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated update and install guide
Updated guides for GitLab CI to 7.8
See merge request !114
|
| | | | |
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
Updated changelog
See merge request !41
|
|/ / |
|
| |
| |
| |
| | |
accessible.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Link job script examples
See merge request !113
|
| | | |
|
|/ /
| |
| |
| | |
and the webpage.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update changelog
#150
See merge request !112
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix typo in docs
Changed `Dependancies` to `Dependencies`
See merge request !40
|
| |/ /
| | |
| | |
| | | |
'Dependancies' -> 'Dependencies'
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Skip refs: branch wildcard fix
fixes bug found here !35
See merge request !38
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixed typo in gitlab ci api documentation
|
| |/ /
| | |
| | | |
project create does not take an id as a parameter
|
|\ \ \
| | | |
| | | | |
Fix typo
|
|/ / / |
|
| | |
| | |
| | |
| | | |
This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implemented project job get / post / delete through the rest api
The rest API allows you to manipulate a project on gitlab-ci but there is no way to manipulate build jobs through the api.
I tested it, implemented tests & updated documentation
http://feedback.gitlab.com/forums/176466-general/suggestions/7068630-expose-the-job-api-to-the-rest-api
Keep up the good work. It's the first ruby codebase I dig into and I'm impressed by it's robustness.
Congratulations!
See merge request !37
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Disable turbolink on links pointing out to GitLab server
### What does this MR do?
This MR adds 'data-no-turbolink' attribute into links pointing to GitLab server.
### Are there points in the code the reviewer needs to double check?
No
### Why was this MR needed?
In rare cases where gitlab and CI service is installed on the same host, turbolink will be used for links between those two. This may result in corrupted css and javascript.
This change is harmless for installations that do not share the domain name for GitLab and CI system - in such case, all links modified are already pointing out outside of the domain so turbolink won't handle them.
### What are the relevant issue numbers / Feature requests?
I consider this a small fix, no issue has been added.
See merge request !27
|
| |/ / |
|