- 11 Oct, 2018 40 commits
-
-
Mike Greiling authored
4. enable jasmine/prefer-jasmine-matcher See merge request gitlab-org/gitlab-ee!7888
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-10-11 20:38 UTC See merge request gitlab-org/gitlab-ee!7896
-
GitLab Bot authored
-
Stan Hu authored
Don't synchronize default branch when updating a SSH mirror See merge request gitlab-org/gitlab-ee!7891
-
Mike Greiling authored
1. enable jasmine/new-line-between-declarations See merge request gitlab-org/gitlab-ce!22230
-
Mike Greiling authored
1. enable jasmine/new-line-between-declarations See merge request gitlab-org/gitlab-ee!7871
-
Mike Greiling authored
Fix erased block not being rendered when job was erased Closes #52570 See merge request gitlab-org/gitlab-ce!22294
-
Filipa Lacerda authored
-
Robert Speicher authored
CE upstream - 2018-10-11 17:03 UTC Closes gitlab-qa#257 and gitlab-org/release/framework#17 See merge request gitlab-org/gitlab-ee!7890
-
Douglas Barbosa Alexandre authored
Disable the default branch update if SSH project mirrors are being used for now, since it is affecting GitLab.com users
-
Robert Speicher authored
-
Robert Speicher authored
-
GitLab Bot authored
# Conflicts: # .rubocop.yml # doc/ci/triggers/README.md [ci skip]
-
Rémy Coutable authored
CE upstream - 2018-10-11 10:21 UTC Closes gitaly#1319 See merge request gitlab-org/gitlab-ee!7882
-
Annabel Dunstone Gray authored
Update copy to clipboard button data for application secret Closes #52572 See merge request gitlab-org/gitlab-ce!22268
-
Robert Speicher authored
Fix project deletion when there is a export available Closes #52362 See merge request gitlab-org/gitlab-ce!22276
-
Rémy Coutable authored
Support pushing of feature flags to the frontend Closes gitlab-org/release/framework#17 See merge request gitlab-org/gitlab-ce!22197
-
Johann Hubert Sonntagbauer authored
-
Tim Zallmann authored
Adds `.json` to the end of pipelines endpoint Closes #52472 See merge request gitlab-org/gitlab-ce!22293
-
Tim Zallmann authored
Stuck block URL links to runners settings Closes #52519 See merge request gitlab-org/gitlab-ce!22286
-
Filipa Lacerda authored
-
Yorick Peterse authored
This adds a method to Gitlab::GonHelper called `push_frontend_feature_flag`. This method can be used to easily expose the state of a feature flag to Javascript code. For example, using this method we may write the following controller code: before_action do push_frontend_feature_flag(:vim_bindings) end def index # ... end def edit # ... end In Javascript we can then check the state of the flag as follows: if ( gon.features.vimBindings ) { // ... } Fixes https://gitlab.com/gitlab-org/release/framework/issues/17
-
Rémy Coutable authored
Enable even more frozen string in lib/**/*.rb See merge request gitlab-org/gitlab-ce!22206
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douglas Barbosa Alexandre authored
Feature improved branch filter sorting See merge request gitlab-org/gitlab-ce!22166
-
Jason Rutherford authored
-
Rémy Coutable authored
Instance SAML SSO e2e test Closes gitlab-qa#257 See merge request gitlab-org/gitlab-ce!22271
-
Rémy Coutable authored
Port of qa-257-instance-wide-saml-sso to EE See merge request gitlab-org/gitlab-ee!7881
-
Douglas Barbosa Alexandre authored
Add new sort option "most_stars" to "Group > Children" pages See merge request gitlab-org/gitlab-ce!22121
-
Rene Hennig authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
When the job page is rendered we fetch the pipeline endpoint to render the stages in the sidebar. Without `.json` the response is cached, and when the user goes back to the pipeline's page it renders the json output instead of the Vue app
-
Achilleas Pipinellis authored
Add documentation for Feature Flags Closes #7862 See merge request gitlab-org/gitlab-ee!7818
-
Kamil Trzciński authored
-
Achilleas Pipinellis authored
Removes link to deprecated project See merge request gitlab-org/gitlab-ce!22281
-
Achilleas Pipinellis authored
docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
-
Achilleas Pipinellis authored
Avoid conflicting anchor name in documentation See merge request gitlab-org/gitlab-ce!22213
-
Rémy Coutable authored
Geo: HTTP push to secondary specs See merge request gitlab-org/gitlab-ee!7491
-
GitLab Bot authored
# Conflicts: # app/views/projects/project_members/_new_project_member.html.haml [ci skip]
-
Sean McGivern authored
Update previous epic milestone dates when issue switches epic Closes #7869 See merge request gitlab-org/gitlab-ee!7809
-