Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-06-02Add tests for metrics behaviorPawel Chojnacki
2017-06-02remove prometheus samplerPawel Chojnacki
2017-06-02Split metrics from health controller into metrics controllerPawel Chojnacki
2017-06-02Prometheus settingsPawel Chojnacki
2017-06-02Prometheus metrics first passPawel Chojnacki
metrics wip
2017-06-02Merge branch '2361-pending-migrations-break-current-settings' into 'master'Rémy Coutable
Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842
2017-06-02Merge branch '33242-create-project-for-user-api-ignores-path-parameter' into ↵Sean McGivern
'master' Add optional path parameter and fix tests Closes #33242 See merge request !11868
2017-06-02Merge branch '28080-system-checks' into 'master'Sean McGivern
SystemCheck library for executing checks from a rake task See merge request !9173
2017-06-02Skip loading application settings from the database when migrations are pendingNick Thomas
Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
2017-06-02Fix missing optional path parameter in "Create project for user" APIAthar Hameed
2017-06-02Merge branch 'add-new-rake-task-for-gettext' into 'master'Douwe Maan
Add new Rake task to simplify the compilation of PO files See merge request !11864
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-06-01Merge branch 'zj-realtime-env-list' into 'master'Kamil Trzciński
Realtime env list Closes #31701 See merge request !11333
2017-06-01Add new Rake task to simplify the compilation of PO filesRuben Davila
2017-06-01Merge branch '24196-protected-variables' into 'master'Kamil Trzciński
Implementation for protected variables Closes #24196 See merge request !11688
2017-06-01Merge branch 'migrate-old-artifacts' into 'master'Grzegorz Bizon
Fix data inconsistency issue for old artifacts by moving them to a currently used path Closes #32036 See merge request !11824
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable
Add missing `can_push` parameter to POST /v3/deploy_keys See merge request !11607
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski
used path
2017-06-01Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern
Fix: A diff comment on a change at last line of a file shows as two comments in discussion Closes #32353 See merge request !11802
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
Consistent diff and blob size limit names See merge request !11776
2017-06-01Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg
2017-06-01Merge branch 'master' into '24196-protected-variables'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Merge branch 'dm-gitmodules-parsing' into 'master'Grzegorz Bizon
Make .gitmodules parsing more resilient to syntax errors Closes #26009 See merge request !11803
2017-05-31Change no_limits to limitsDouwe Maan
2017-05-31Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin
* upstream/master: (141 commits) Add Documentation for GIT_CHECKOUT variable Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Use another scope to add the - prefix, feedback: Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions ...
2017-05-31Refactor and move things around to improve in YAGNI perspectiveGabriel Mazetto
2017-05-31Remove entry variableDouwe Maan
2017-05-31Fix: A diff comment on a change at last line of a file shows as two comments ↵Valery Sizov
in discussion
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (63 commits) Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions Check only a merge ability for protected actions Add tag_list param to project api Allow PostReceivePack to be enabled with Gitaly Remove some deprecated methods Add :owned param to ProjectFinder ...
2017-05-31Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan
Improve /project API performance Closes #31855 and #31937 See merge request !11666
2017-05-31Merge branch '33000-tag-list-in-project-create-api' into 'master'Rémy Coutable
Add tag_list param to project api Closes #33000 See merge request !11799
2017-05-31Fix BasicExecutor specsGabriel Mazetto
2017-05-31Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto
2017-05-31Fix codestyleGabriel Mazetto
2017-05-31Improve Specs and some fixesGabriel Mazetto
2017-05-31Add ActiveUsers CheckGabriel Mazetto
2017-05-31Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto
2017-05-31Added specs for SystemCheck and custom matcherGabriel Mazetto
2017-05-31Fix a few method signature checksGabriel Mazetto
2017-05-31Some code-style fixes and documentationGabriel Mazetto
2017-05-31WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Merge branch '30892-add-api-support-for-pipeline-schedule' into 'master'Kamil Trzciński
Add API support for pipeline schedule Closes #30892 See merge request !11307
2017-05-31Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin
* upstream/master: (89 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
2017-05-31Merge branch 'enable-gitaly-receive-pack' into 'master'Rémy Coutable
Allow PostReceivePack to be enabled with Gitaly Closes gitaly#246 See merge request !11809
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
2017-05-31Add tag_list param to project apivanadium23